Opc.Ua.Security.Certificates
FindExtension<T>(X509Certificate2) Method



Opc.Ua.Security.Certificates Namespace > X509Extensions Class > FindExtension Method : FindExtension<T>(X509Certificate2) Method
The type of the extension.
The certificate with extensions.
Find a typed extension in a certificate.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function FindExtension(Of T As X509Extension)( _
   ByVal certificate As X509Certificate2 _
) As T
'Usage
 
Dim certificate As X509Certificate2
Dim value As T
 
value = X509Extensions.FindExtension(Of T)(certificate)
[Extension()]
public static T FindExtension<T>( 
   X509Certificate2 certificate
)
where T: X509Extension
[Extension()]
public:
static T^ FindExtensiongeneric<typename T>
( 
   X509Certificate2^ certificate
) 
where T: X509Extension

Parameters

certificate
The certificate with extensions.

Type Parameters

T
The type of the extension.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509Extensions Class
X509Extensions Members
Overload List